Adwaita: Make text handles a bit larger
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 20 Nov 2014 13:19:39 +0000 (14:19 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 18 Dec 2014 20:20:18 +0000 (21:20 +0100)
This improves visibility, and interaction, as the invisible rect around is
dependent on the visible handle size

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index be8ba06f82b5d568474806324e6dc900b3e3198e..2587c87dfd315545c829f1a1eb9c071aa7b3255f 100644 (file)
@@ -35,6 +35,9 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
   -GtkWidget-focus-padding: 2;    // FIXME: do we still need these?
   -GtkWidget-focus-line-width: 1; //
 
+  -GtkWidget-text-handle-width: 20;
+  -GtkWidget-text-handle-height: 20;
+
   -GtkDialog-button-spacing: 4;
   -GtkDialog-action-area-border: 0;
 
index bebcee6be070cc710665924c2856209dc57396a8..dbed75652bad8ce1dc1f04864e2b8f4ef5e44edc 100644 (file)
@@ -16,6 +16,8 @@
   -GtkWidget-visited-link-color: #2a76c6;
   -GtkWidget-focus-padding: 2;
   -GtkWidget-focus-line-width: 1;
+  -GtkWidget-text-handle-width: 20;
+  -GtkWidget-text-handle-height: 20;
   -GtkDialog-button-spacing: 4;
   -GtkDialog-action-area-border: 0;
   -GtkStatusbar-shadow-type: none;
index 7078d62b7c3cf7461d6da77e54438a0df953db07..f6e9e780c88ee1fed7e108648bb360ce5233f77c 100644 (file)
@@ -16,6 +16,8 @@
   -GtkWidget-visited-link-color: #215d9c;
   -GtkWidget-focus-padding: 2;
   -GtkWidget-focus-line-width: 1;
+  -GtkWidget-text-handle-width: 20;
+  -GtkWidget-text-handle-height: 20;
   -GtkDialog-button-spacing: 4;
   -GtkDialog-action-area-border: 0;
   -GtkStatusbar-shadow-type: none;